Skip to main content

Build Configuration Update

Update a Game Server Hosting build configuration.

Authentication Required: Yes

ugs game-server-hosting build-configuration update <build-configuration-id> [options]

Arguments

<build-configuration-id> The ID of the build configuration to update

Options

AliasDescription
environment-name-e, --environment-nameThe services environment name.
project-id-p, --project-idThe Unity cloud project ID.
binary-path--binary-pathPath to the game binary.
build--buildBuild to associate with the new build configuration.
command-line--command-lineBinary launch parameters.
configuration--configurationList of "key:value" pairs used to configure this build configuration, supports multiple value.
cores--coresThe number of CPU cores required per server.
memory--memoryMaximum memory required per server (MB).
name--nameName to use for the new build configuration.
query-type--query-typeQuery type supported by this build configuration (a2s, sqp or none).
speed--speedCPU utilisation per core.
readiness--readinessReadiness of the build configuration.
help-?, -h, --helpDisplay help and usage information.
quiet-q, --quietReduce logging to a minimum.
json-j, --jsonUse JSON as the output format.

See Update a Build Configuration API documentation for more information.